home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #3 / Amiga Plus CD - 2002 - No. 03.iso / AmiSoft / Util / Cli / Srename.lha / SRename / SRename scripts / SRename_scripts.doc < prev    next >
Text File  |  2003-01-31  |  2KB  |  59 lines

  1.  
  2.                                 SRename scripts
  3.                                 ---------------
  4.  
  5.  
  6. If you have to use the command line to perform the renaming that you want
  7. you can avoid having to type complex SRename functions all the time by using
  8. small scripts that call SRename, like macros.
  9. A few such scripts are supplied that can be run just like ordinary CLI
  10. programs once the 'S' flag is set for each one. They should be installed in
  11. the S: directory.
  12.  
  13. The scripts are:
  14.  
  15.  
  16. CleanIllegal <file pattern> : Removes illegal characters from filenames
  17.  
  18. ClipLength <length> <file pattern> : Clips the length of filenames
  19.  
  20. DeleteChars <characters> <file pattern> : Deletes the given characters
  21.  
  22. FilenameToComment <file pattern> : Copies the filename to the comment
  23.  
  24. FindIllegal <file pattern> : Reports filenames with illegal characters
  25.  
  26. FnameToHex <file pattern> : Converts the filename to hex byte values
  27.  
  28. HexToChr <file pattern> : Converts hex byte values to characters
  29.  
  30. ReplaceString <old string> <new string> <file pattern> : Replaces one string
  31. with another.
  32.  
  33. SetComment <new comment> <file pattern> : Sets the comment of a file
  34.  
  35. SpaceToUnder <file pattern> : Converts spaces to underscores
  36.  
  37. SwapStrings <string1> <string2> <file pattern> : Swaps the contents of 2 
  38. strings
  39.  
  40. UnderToSpace <file pattern> : Converts underscores to spaces
  41.  
  42. UpAfterSpc <file pattern> : Makes uppercase the first character of each word
  43.  
  44. UpAfterSpcAndLower <file pattern> : As above but also makes the rest of the
  45. filename lowercase.
  46.  
  47. UpFirst <file pattern> : Makes uppercase the first character of the filename
  48.  
  49. UpFirstAndLower <file pattern> : As above but also makes the rest of the
  50. filename lowercase.
  51.  
  52.  
  53. Each of them can accept after the file pattern more arguments like for example
  54. ALL, RLEVEL, SLEVEL, FILES, DIRS.
  55. These scripts are just examples. Each user can modify them to suit his needs or
  56. write his own.
  57.  
  58.  
  59.